home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / rocketman.swf / scripts / frame_230 / DoAction.as
Text File  |  2007-01-12  |  192b  |  10 lines

  1. stop();
  2. onEnterFrame = function()
  3. {
  4.    if(bg.getBytesLoaded() == bg.getBytesTotal() && bg._currentframe > 1)
  5.    {
  6.       onEnterFrame = null;
  7.       this.gotoAndStop("level1");
  8.    }
  9. };
  10.